@-webkit-keyframes fadeInUpMin {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpMin {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpMin {
  -webkit-animation-name: fadeInUpMin;
          animation-name: fadeInUpMin;
}
.po {
  position: relative;
}
.ss-title {
  font-size: 34px;
  line-height: 1;
}
.ss-subtitle {
  font-size: 16px;
  line-height: 1;
  margin-top: 18px;
  text-transform: uppercase;
}
.ss-line {
  margin: 0 auto;
  margin-top: 36px;
  width: 75%;
  height: 1px;
  background-color: rgba(188, 24, 13, 0.1);
  position: relative;
}
.ss-line::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #ce1004;
  left: 50%;
  margin-left: -30px;
}
@media (max-width: 760px) {
  .ss-title {
    font-size: 22px;
  }
  .ss-subtitle {
    font-size: 16px;
  }
}
.about {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about .left {
  float: left;
  width: 37.5%;
}
.about .left > img {
  width: 100%;
  height: auto;
}
.about .left .subtitle {
  margin-top: 10px;
}
.about .about-img {
  float: left;
  width: 37.5%;
  margin-right: 30px;
}
.about .subtitle {
  margin-top: 10px;
}
.about .title {
  font-style: italic;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 72px;
}
.about .title .main {
  font-weight: bold;
  text-transform: uppercase;
}
.about .title .xie {
  font-size: 0.875em;
}
.about .title .minor {
  font-size: 0.875em;
}
.about .hline {
  display: inline-block;
  border-bottom: 1px #aaa solid;
  margin-bottom: 30px;
  width: 59.375%;
}
.about .about-text p {
  margin-top: 10px;
}
.about .subtitle {
  font-style: italic;
  font-size: 20px;
  margin-top: 30px;
}
.about .about-page-sw {
  margin-top: 80px;
}
.about .about-page-sw .item {
  width: 24%;
  margin: 0 20px;
}
.about .about-page-sw .page {
  width: 140px;
  height: 30px;
  position: relative;
  margin: 0 auto;
  margin-top: 37px;
}
.about .about-page-sw .page .ab-next,
.about .about-page-sw .page .ab-prev {
  color: #666;
}
.about .about-page-sw .page .ab-next::after,
.about .about-page-sw .page .ab-prev::after {
  font-size: 28px;
}
.about .about-page-sw .page .ab-next:hover,
.about .about-page-sw .page .ab-prev:hover {
  color: #ce1004;
}
.about .about-page-sw .page .hline {
  width: 1px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #aaaaaa;
}
.ent {
  background: url("../images/enterprise.jpg") no-repeat center center;
  background-size: auto 100%;
  padding-top: 74px;
  padding-bottom: 122px;
}
.ent .title-box {
  overflow: hidden;
}
.ent .ss-line {
  background-color: rgba(255, 255, 255, 0.5);
}
.ent .ss-line::after {
  background-color: #fff;
}
.ent .sw {
  overflow: hidden;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  margin: 0 auto;
}
.ent .qywh-sw {
  margin-top: 60px;
  padding: 0 2px;
  overflow: unset;
}
.ent .qywh-sw .item {
  border: 1px #fff solid;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ent .qywh-sw .item .icon-box {
  margin: 0 auto;
  width: 45.45454545%;
  margin-top: 60px;
}
.ent .qywh-sw .item .icon-box .icon {
  border: 1px #fff solid;
  border-radius: 50%;
}
.ent .qywh-sw .item .icon-box .icon > img {
  width: auto;
  height: auto;
}
.ent .qywh-sw .item .ti {
  margin-top: 50px;
  letter-spacing: 5px;
  text-indent: 5px;
  line-height: 1;
  font-size: 22px;
}
.ent .qywh-sw .item .ti::after {
  width: 40px;
  height: 2px;
  background-color: #fff;
  display: block;
  content: "";
  margin: 40px auto;
}
.ent .qywh-sw .item .desc {
  font-size: 16px;
  margin-bottom: 60px;
  line-height: 1;
  letter-spacing: 5px;
  text-indent: 5px;
}
.ent .qywh-sw .swiper-slide:hover {
  -webkit-transform: translateY(-19px);
      -ms-transform: translateY(-19px);
          transform: translateY(-19px);
  border-color: transparent;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff6a6a), to(#ce1004));
  background: linear-gradient(to bottom right, #ff6a6a, #ce1004);
  background-clip: border-box;
}
.ent .qywh-sw .qywh-next::after,
.ent .qywh-sw .qywh-prev::after {
  display: none;
}
.ent .page {
  top: 50%;
  position: absolute;
  width: 100%;
}
.ent .page .qywh-next::after,
.ent .page .qywh-prev::after {
  display: none;
}
.ent .page .qywh-next,
.ent .page .qywh-prev {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}
.honor {
  background: url("../images/honor.jpg") no-repeat bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.honor .ary-sw {
  padding-top: 110px;
  padding-bottom: 10px;
}
.honor .ary-sw .swiper-slide {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.honor .ary-sw .swiper-slide-active,
.honor .ary-sw .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.2) translateY(-6%);
      -ms-transform: scale(1.2) translateY(-6%);
          transform: scale(1.2) translateY(-6%);
  z-index: 2;
}
.honor .ary-sw .swiper-slide-active .bg-img,
.honor .ary-sw .swiper-slide-duplicate-active .bg-img {
  display: none;
}
.honor .ary-sw .swiper-slide-active .ry-text,
.honor .ary-sw .swiper-slide-duplicate-active .ry-text {
  opacity: 1;
  width: 100%;
}
.honor .ary-sw .box {
  position: relative;
}
.honor .ary-sw .box img {
  width: 100%;
  display: block;
}
.honor .ary-sw .box .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.honor .ary-sw .ry-text {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #ce1004;
  border-bottom: 1px solid #ce1004;
  text-align: center;
  font-size: 14px;
  height: 28px;
  opacity: 0;
  width: 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.honor .ary-sw .page .ary-prev,
.honor .ary-sw .page .ary-next {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.honor .ary-sw .page .ary-prev:hover,
.honor .ary-sw .page .ary-next:hover {
  background-color: #ce1004;
  color: #fff;
}
.honor .ary-sw .page .ary-next:after,
.honor .ary-sw .page .ary-prev:after {
  font-size: 40px;
}
.honor .ary-sw .ary-pag {
  padding-top: 40px;
  text-align: center;
}
.honor .ary-sw .swiper-pagination-bullet {
  border: 1px #aaaaaa solid;
  background: none;
  opacity: 1;
}
.honor .ary-sw .swiper-pagination-bullet-active {
  background: #ce1004 !important;
  border-color: #ce1004;
}
.news-top .padd {
  padding: 0 50px;
}
.news-top .item {
  position: relative;
}
.news-top .item > div:first-child {
  padding-right: 30px;
}
.news-top .right-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
}
.news-top .right {
  padding: 25px 60px;
  box-shadow: 0 0 2px #dfdfdf;
  background-color: #ffffff;
}
.news-top .right .title {
  font-size: 22px;
  color: #ce1004;
}
.news-top .right .time {
  font-size: 1rem;
  color: #aaaaaa;
  line-height: 2;
}
.news-top .right .desc {
  height: 93px;
  font-size: 18px;
  color: #666;
}
.news-top .right .lj {
  color: #aaaaaa;
  font-size: 14px;
  margin-top: 62px;
}
.news-top .right .lj a {
  z-index: 3;
  color: inherit;
  position: relative;
}
.news-top .right .lj a:hover {
  color: #ce1004;
}
.news-top .img-box {
  height: 0;
  position: relative;
  padding-bottom: 66.66666667%;
  overflow: hidden;
}
.news-top img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-top .news-top-sw {
  position: relative;
  padding: 22px 0;
}
.news-top .news-top-pag {
  position: absolute;
  right: 20%;
  left: auto;
  width: 38.33333333%;
  padding-left: 60px;
  z-index: 2;
  bottom: 20%;
}
.news-top .swiper-pagination-bullet {
  border: 1px #aaaaaa solid;
  background: none;
  opacity: 1;
}
.news-top .swiper-pagination-bullet-active {
  background: #ce1004 !important;
  border-color: #ce1004;
}
.news-list .item {
  padding: 20px 50px;
  border-top: 3px #eee solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-list .item:hover {
  border-top: 3px #ce1004 solid;
}
.news-list .item .pleft {
  width: 30%;
}
.news-list .item .pright {
  width: 70%;
  padding-left: 40px;
}
.news-list .item .pright .title {
  margin-top: 8px;
}
.news-list .item .pright .time {
  margin-top: 16px;
}
.news-list .item .pright .desc {
  margin-top: 20px;
  color: #666;
}
.news-list .item .pright .more {
  text-align: right;
}
.contact-top .item {
  -webkit-transform: all 0.5s;
      -ms-transform: all 0.5s;
          transform: all 0.5s;
  position: relative;
  padding: 0 30px;
}
.contact-top .item .box {
  box-shadow: 0 0 1px #aaaaaa;
  height: 156px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border: 1px transparent solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-top .item:hover .box {
  border: 1px #ce1004 solid;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.contact-top .item .icon {
  margin-top: 40px;
  margin-left: 30px;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  border: 1px #ce1004 solid;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
     -moz-box-flex: 0;
          flex: 0 0 80px;
}
.contact-top .item .icon .iconfont {
  display: inline-block;
  font-size: 50px;
  color: #ce1004;
}
.contact-top .item .icon .iconfont.icon-dianhua1 {
  font-size: 60px;
}
.contact-top .item .r {
  display: block;
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
.contact-top .item .title {
  margin-top: 35px;
  font-size: 20px;
}
.contact-top .item .i-info {
  margin-top: 20px;
  font-size: 20px;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.4;
}
.contact-liuyan .top-title {
  font-size: 40px;
  line-height: 30px;
}
.contact-liuyan .form {
  margin-top: 70px;
}
.contact-liuyan label {
  width: auto !important;
  padding-left: 20px !important;
  letter-spacing: 3px;
  color: #666;
}
.contact-liuyan label img {
  height: 30px;
  padding-right: 1rem;
}
.contact-liuyan textarea {
  height: 145px;
}
.contact-liuyan .label-op::after {
  opacity: 0;
}
.contact-liuyan .button {
  width: 180px;
  height: 40px;
  border-radius: 20px !important;
  position: relative;
  overflow: hidden;
}
.contact-liuyan .button > span {
  position: relative;
  z-index: 1;
}
.contact-liuyan .button::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ce1004;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-liuyan .button:hover {
  color: #fff !important;
}
.contact-liuyan .button:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.contact-liuyan .form .input-group,
.contact-liuyan .form fieldset > .input-group {
  margin-bottom: 40px;
}
.pro-top {
  overflow: hidden;
}
.pro-top .pro-link {
  margin-top: 25px;
  line-height: 60px;
}
.pro-top .pro-link .link {
  padding-right: 20px;
}
.pro-top .pro-link a:hover {
  color: #ce170b !important;
}
.pro-top .pro-nav {
  padding-bottom: 40px;
  padding-top: 10px;
}
.pro-top .pro-nav::after {
  display: block;
  content: "";
  clear: both;
}
.pro-top .pro-nav li {
  width: 170px;
  height: 60px;
  background: url("../images/pro-list.png") no-repeat;
  background-size: 100% 100%;
  float: left;
  text-align: center;
  line-height: 60px;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 50px 17px 0 14px;
}
.pro-top .pro-nav li.layer2curr,
.pro-top .pro-nav li.layer1curr,
.pro-top .pro-nav li:hover {
  background-image: url("../images/pro-list2.png");
}
.pro-top .pro-nav li.layer2curr a,
.pro-top .pro-nav li.layer1curr a,
.pro-top .pro-nav li:hover a {
  color: #fff !important;
}
.pro-top .pro-nav li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pro-list {
  padding-top: 20px;
}
.pro-list .xg {
  width: 100%;
  color: #ce170b;
  border-bottom: 1px #ce1004 dashed;
}
.pro-list .item {
  margin-top: 45px;
  padding: 0 30px;
}
.pro-list .item .con:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.pro-list .item .con:hover .name {
  color: #ce1004;
}
.pro-list .item .name {
  padding: 12px 0;
}
.pro-list .item .box {
  overflow: hidden;
  border: 1px solid #dedede;
}
.pro-list .item .box img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.article {
  padding: 8px 0;
  line-height: 22px;
  margin-bottom: 20px;
}
.article h1.article-title {
  text-align: center;
  color: #ce170b;
  line-height: 1.5;
  font-size: 22px;
  word-break: break-all;
}
.article .article-author {
  text-align: center;
  line-height: 3;
  font-size: 12px;
}
.article hr {
  height: 1px;
  border-top: none;
  border-bottom: 1px dotted #666666;
}
.article .article-intro {
  margin: 0 8px;
  padding: 8px;
  background: #f5f8fd;
}
.article .article-content {
  padding: 8px 0;
  font-size: 14px;
  line-height: 30px;
}
.article .article-content a {
  color: #0000ee;
}
.article .article-content b,
.article .article-content strong {
  color: #ce170b;
}
.article .article-tags {
  margin-top: 10px;
  font-size: 12px;
}
.article .article-tags a {
  color: #ce170b;
}
.article .article-otherinfo {
  margin-bottom: 10px;
  font-size: 12px;
}
.article .dvbi_image {
  text-align: center;
}
.article .dvbi_image img {
  padding: 5px;
  border: 1px solid #999999;
}
.article .dvbi_image A:hover img {
  border: 1px solid #ECECEC;
  background: #ECECEC;
}
.dvbackbtn {
  margin-bottom: 10px;
  text-align: center;
}
/*附加的*/
.article .article-image {
  float: left;
  width: 280px;
  height: 210px;
  padding: 10px;
  border: 2px solid #cccccc;
}
.article .article-intro2 {
  float: right;
  width: 330px;
  padding: 8px;
  background: #f4f4f6;
}
#fenye,
.fenye {
  overflow: hidden;
  clear: both;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
}
#fenye a,
.fenye a {
  display: inline-block;
  margin: 0 5px;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #cccccc;
  color: #000;
  line-height: 22px;
}
#fenye a:hover,
.fenye a:hover,
#fenye a.curr,
.fenye a.curr {
  background: #ce1004;
  border: 1px solid #cccccc;
  color: #fff;
  line-height: 22px;
  font-weight: bold;
}
#fenye a.curr font,
.fenye a.curr font {
  color: #fff;
}
#fenye,
.fenye {
  overflow: hidden;
  clear: both;
  height: 25px;
  margin-top: 10px;
}
#fenye a,
.fenye a {
  padding: 0 5px;
}
@media (min-width: 1632px) {
  .news-top .news-top-pag {
    bottom: 23%;
  }
  .honor .ary-sw {
    padding-bottom: 20px;
  }
  .news-list .item .pright .desc {
    font-size: 18px !important;
    line-height: 2;
  }
  .news-list .item .pright .more {
    margin-top: 45px;
  }
}
@media (max-width: 1631px) {
  .pro-top .pro-nav li {
    width: 162px;
  }
  .ent .qywh-sw .item .icon-box .icon > img {
    -webkit-transform: scale(0.9) translate(-50%, -50%);
        -ms-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
  .contact-top .item .r,
  .contact-top .item .icon {
    margin-left: 25px;
  }
  .contact-top .item {
    padding: 0 25px;
  }
  .news-top .right .lj {
    margin-top: 17px;
  }
  .about .about-img {
    width: 36.5%;
  }
}
@media (max-width: 992px) {
  .news-top .right-wrap {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .news-top .right .desc {
    font-size: 1rem;
    height: auto;
  }
  .news-top .news-top-pag {
    right: auto;
  }
  .news-top .right .lj {
    margin-top: 17px;
  }
  .news-top .news-top-pag {
    right: auto;
    bottom: 30px;
  }
  .news-top .right .title {
    font-size: 20px;
  }
  .news-top .padd {
    padding: 0;
  }
  .news-top .item > div:first-child {
    padding-right: 0;
  }
}
@media (max-width: 760px) {
  .about {
    padding-bottom: 40px;
  }
  .about .about-img {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .about .title {
    font-style: italic;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 36px;
  }
  .about .hline {
    margin-bottom: 10px;
    width: 100%;
  }
  .about .about-page-sw .item {
    width: 50%;
    margin: 0 10px;
  }
  .about .about-page-sw {
    margin-top: 30px;
  }
  .ent {
    padding-bottom: 80px;
  }
  .ent .qywh-sw .item .icon-box .icon > img {
    -webkit-transform: scale(0.4) translate(-50%, -50%);
        -ms-transform: scale(0.4) translate(-50%, -50%);
            transform: scale(0.4) translate(-50%, -50%);
  }
  .ent .qywh-sw .item .icon-box {
    margin-top: 20px;
  }
  .ent .qywh-sw .item .ti {
    margin-top: 25px;
    font-size: 18px;
  }
  .ent .qywh-sw .item .desc {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.5;
    height: 36px;
  }
  .ent .qywh-sw .item .ti::after {
    margin: 20px auto;
  }
  .ent .sw {
    width: 90%;
  }
  .ent .page {
    display: none;
  }
  .honor {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .news-top .right {
    padding: 10px;
  }
  .contact-top .item .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
       -moz-box-flex: 0;
            flex: 0 0 50px;
  }
  .contact-top .item .box {
    height: 100px;
    margin-top: 15px;
  }
  .contact-top .item .icon .iconfont {
    font-size: 35px;
  }
  .contact-top .item .icon .iconfont.icon-dianhua1 {
    font-size: 40px;
  }
  .contact-top .item .title,
  .contact-top .item .i-info {
    font-size: 16px;
  }
  .contact-top .item .i-info {
    margin-top: 5px;
  }
  .contact-top .item .title {
    margin-top: 20px;
  }
  .contact-top .item .icon {
    margin-top: 25px;
  }
  .contact-liuyan .top-title {
    font-size: 20px;
  }
  .contact-liuyan label {
    padding-left: 0 !important;
  }
  .contact-liuyan label img {
    padding-right: 5px;
  }
  .contact-liuyan .form .input-group,
  .contact-liuyan .form fieldset > .input-group {
    margin-bottom: 16px;
  }
  .contact-liuyan textarea {
    height: 70px;
  }
  .contact-map .map {
    height: 300px !important;
  }
  .pro-top .pro-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 0;
  }
  .pro-top .pro-nav li {
    width: 45%;
    margin: 10px 0px;
    height: 45px;
    line-height: 45px;
  }
  .pro-top .pro-nav::after {
    display: none;
  }
  .pro-list .item {
    padding: 0 10px;
    margin-top: 15px;
  }
  .news-list .item {
    padding: 20px 0;
  }
  .news-list .item .pleft {
    width: 100%;
  }
  .news-list .item .pright {
    width: 100%;
    padding-left: 10px;
  }
  .news-list .item .pright .time {
    margin-top: 2px;
  }
  .news-list .item .pright .desc {
    margin-top: 2px;
  }
  #fenye,
  .fenye {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0px;
  }
}
